body {
  width: 100%;
  height: 100%;
}

#main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#app {
  display: flex;
  -webkit-box-flex: 1;
  flex: auto;
  min-height: 0;
  justify-content: center;
  align-items: center;
}

.content{
  position: relative;
  min-height: 280px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background-color: #fff;
}
.view{
  padding: 0 40px 30px;
}
.con{
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #de371c;
  border-left: 3px solid #de371c;
}
.con:hover{
  color: #de371c;
}
i{
  font-style: normal
}
.back{
  position: absolute;
  top:10px;
  right:20px;
  color: #de371c;
  font-size: 19px;
}